SftTree/NET 2.0

Font Property, SftTree Class

Softel vdm, Inc.

Defines the default font used for text displayed by the control.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Overridable Property Font As Font

C#   

public virtual Font Font { get; set; }

C++   

public: property virtual Font^ Font {
        Font^ get();
        void set(Font^ value);
}

Property Value

The default font.

Comments

The Font property defines the default font used for text displayed by the control.

The defined font is used for all cells in the control. Headers, footers and row headers can override the default font using the Headers.Font, Footers.Font and RowHeaders.Font properties.

The Font property is an ambient property, inheriting its default value from the control's parent form.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com